-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Upgrade to React 19 rc #2565
base: main
Are you sure you want to change the base?
Conversation
821c00b
to
e6f4dea
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2565 +/- ##
==========================================
+ Coverage 90.74% 90.83% +0.09%
==========================================
Files 66 66
Lines 2646 2762 +116
Branches 526 526
==========================================
+ Hits 2401 2509 +108
- Misses 77 79 +2
- Partials 168 174 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This cannot work until preact signals supports React 19 because the symbol name used for react elements has changed, see preactjs/signals#580 (comment) |
No description provided.